home *** CD-ROM | disk | FTP | other *** search
- {
- IBClasses = (
- {
- ACTIONS = {addBuddyToGroup = id; };
- CLASS = AIAddToBuddyListMenu;
- LANGUAGE = ObjC;
- OUTLETS = {"menuItem_topItem" = NSMenuItem; };
- SUPERCLASS = NSMenu;
- },
- {
- ACTIONS = {
- backgroundColorChanged = id;
- closeMessage = id;
- fontFaceChanged = id;
- fontSizeChanged = id;
- sendMessage = id;
- textColorChange = id;
- toggleCustomFormatting = id;
- };
- CLASS = AICommunicationController;
- LANGUAGE = ObjC;
- OUTLETS = {
- "button_sendMessage" = NSButton;
- "button_useCustomFormatting" = NSButton;
- "colorWell_backgroundColor" = NSColorWell;
- "colorWell_textColor" = NSColorWell;
- "popUpButton_customFont" = NSPopUpButton;
- "popUpButton_customSize" = NSPopUpButton;
- "scrollView_messages" = NSScrollView;
- "splitView_messageSplit" = NSSplitView;
- "tabView_customFormatting" = NSTabView;
- "textView_enterField" = NSTextView;
- "textView_messages" = AIMessageLogTextView;
- };
- SUPERCLASS = NSWindowController;
- },
- {
- CLASS = AIMessageController;
- LANGUAGE = ObjC;
- OUTLETS = {
- "popUpButton_addToBuddyList" = NSPopUpButton;
- "tabView_addToBuddyList" = NSTabView;
- };
- SUPERCLASS = AICommunicationController;
- },
- {
- CLASS = AIMessageLogTextView;
- LANGUAGE = ObjC;
- OUTLETS = {containingScrollView = NSScrollView; theMessageTextView = AIMessageTextView; };
- SUPERCLASS = AIURLTextView;
- },
- {CLASS = AIMessageTabViewItem; LANGUAGE = ObjC; SUPERCLASS = NSTabViewItem; },
- {
- CLASS = AIMessageTextView;
- LANGUAGE = ObjC;
- OUTLETS = {
- "button_sendMessage" = NSButton;
- theMessageController = AIMessageController;
- theMessageLogTextView = AIMessageLogTextView;
- };
- SUPERCLASS = NSTextView;
- },
- {
- CLASS = AIMessageWindowController;
- LANGUAGE = ObjC;
- SUPERCLASS = AIMessageController;
- },
- {CLASS = AIURLTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; },
- {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
- );
- IBVersion = 1;
- }